umurmur: update to version 0.3.1
authorJosef Schlehofer <[email protected]>
Tue, 30 Sep 2025 06:45:04 +0000 (08:45 +0200)
committerJosef Schlehofer <[email protected]>
Wed, 1 Oct 2025 07:07:33 +0000 (09:07 +0200)
commitd30b8d15ee7fe93bb063c9c9c02161f7bdbbe5ff
treea27b87533f308671c96ed46f46dcd2de101056b6
parentd470781c9fa749333a165f02dcc5c800ac5df4fc
umurmur: update to version 0.3.1

Makefile changes
----------------

1. The location of uMurmur binary was changed to /sbin
in release 0.3.1. See release notes [1]

2. I need to specify location of the library file instead of
the directory.

Fixes:
CMake Warning at src/CMakeLists.txt:44 (target_link_libraries):
  Target "umurmurd" requests linking to directory
  "/build/staging_dir/target-powerpc_8548_musl/usr/lib".
  Targets may link only to libraries.  CMake is dropping the item.

CMake Warning at src/CMakeLists.txt:44 (target_link_libraries):
  Target "umurmurd" requests linking to directory
  "/build/staging_dir/target-powerpc_8548_musl/usr/lib".
  Targets may link only to libraries.  CMake is dropping the item.

Because of these two warnings, the build fails with
undefined references to
protobuf-c symbols (e.g. protobuf_c_message_get_packed_size).

Patches
-------

Removed all of them, because they are included in
the upstream source code.

[1] https://github.com/umurmur/umurmur/releases/tag/v0.3.1

Signed-off-by: Josef Schlehofer <[email protected]>
(cherry picked from commit c4a23ca99662e67c8b6f5b8bad76d93fc2381ea0)
net/umurmur/Makefile
net/umurmur/patches/010-umurmur-0.2.20-openssl3.patch [deleted file]
net/umurmur/patches/100-Add-support-for-mbedtls-3.x.patch [deleted file]